SftTree/NET 2.0

ForeColor Property, RowHeadersClass Class

Softel vdm, Inc.

Defines the default foreground color for all row headers that are not selected.

Syntax      RowHeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property ForeColor As Color

C#   

public Color ForeColor { get; set; }

C++   

public: property Color ForeColor {
        Color get();
        void set(Color value);
}

Property Value

The default foreground color for all row headers that are not selected.

The default value is Color.ControlText.

Comments

The ForeColor property defines the default foreground color for all row headers that are not selected.

Cells can override the foreground color using the CellBaseClass.ForeColor property.

Selected cells may use the colors defined using the ForeColorSelected property instead.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com